home *** CD-ROM | disk | FTP | other *** search
/ Team Palmtops 7 / Palmtops_numero07.iso / WinCE / SDKWindowsCE / HandHeldPCPro30 / sdk.exe / Jupiter SDK / data1.cab / MFC_Samples / maths / stdafx.h < prev   
Encoding:
C/C++ Source or Header  |  1999-02-19  |  1.1 KB  |  34 lines

  1. // stdafx.h : include file for standard system include files,
  2. //  or project specific include files that are used frequently, but
  3. //      are changed infrequently
  4. //
  5.  
  6. #if defined(_WIN32_WCE_PSPC) && (_WIN32_WCE == 201)
  7.     #error "This sample is not available for Gryphon Palm-Size devices."
  8. #endif
  9.  
  10. #if (_WIN32_WCE < 200)
  11.     #error "This sample is only compatible with MFCCE 2.0 or later."
  12. #endif
  13.  
  14. // This is a part of the Microsoft Foundation Classes C++ library.
  15. // Copyright (C) 1999 Microsoft Corporation
  16. // All rights reserved.
  17. //
  18. // This source code is only intended as a supplement to the
  19. // Microsoft Foundation Classes Reference and related
  20. // electronic documentation provided with the library.
  21. // See these sources for detailed information regarding the
  22. // Microsoft Foundation Classes product.
  23.  
  24. #include <afxwin.h>         // MFC core and standard components
  25. #include <afxext.h>         // MFC extensions
  26. #include <afxdisp.h>        // MFC OLE automation classes
  27. #ifndef _AFX_NO_AFXCMN_SUPPORT
  28. #include <afxcmn.h>            // MFC support for Windows 95 Common Controls
  29. #endif // _AFX_NO_AFXCMN_SUPPORT
  30.  
  31.  
  32.  
  33.  
  34.